KREDOR Business Object Framework Documentation

SelectFrom<T>.Or Method (String, Op, Object)

Appends the specified criteria to the current SelectFrom`1 instance.

public SelectFrom<T> Or(
   String column,
   Op op,
   Object value
);

Parameters

String
A column name.
Op
A comparison operator.
Object
The value to compare against.

Return Value

The current Kredor.BO.SelectFrom instance modified.

See Also

SelectFrom<T> Class | Kredor.BO Namespace | SelectFrom<T>.Or Overload List